STEP 12: Let's have our sprite invite our guests to the party!
We use plus signs to combine strings and string variables. This is called string concatenation.
- Drag Say inside the function.
- Inside the say, replace "I am a sprite." with this: "Come to my " + theme + " themed party!"
To navigate the page using the TAB key, first press ESC to exit the code editor.